Changeset 18840
- Timestamp:
- 04/19/17 14:53:33 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/InterpreterV8.cc
r18839 r18840 483 483 484 484 if (!args[0]->IsUint32() && !args[0]->IsString()) 485 return ThrowException(String::New("Argument must be an u nint32 or astring."));485 return ThrowException(String::New("Argument must be an uint32 or a string.")); 486 486 487 487 int index = -2;
Note:
See TracChangeset
for help on using the changeset viewer.