Lines Matching defs:utf8
1363 Local<JSValueRef> MapRef::Get(const EcmaVM *vm, const char *utf8) in Get()
1382 void MapRef::Set(const EcmaVM *vm, const char *utf8, Local<JSValueRef> value) in Set()
1401 bool MapRef::Has(const EcmaVM *vm, const char *utf8) in Has()
1537 Local<JSValueRef> SendableMapRef::Get(const EcmaVM *vm, const char *utf8) in Get()
1556 void SendableMapRef::Set(const EcmaVM *vm, const char *utf8, Local<JSValueRef> value) in Set()
1575 bool SendableMapRef::Has(const EcmaVM *vm, const char *utf8) in Has()
2168 Local<StringRef> StringRef::NewFromUtf8(const EcmaVM *vm, const char *utf8, int length) in NewFromUtf8()
2183 Local<StringRef> StringRef::NewFromUtf8WithoutStringTable(const EcmaVM *vm, const char *utf8, int l… in NewFromUtf8WithoutStringTable()
2705 bool ObjectRef::Set(const EcmaVM *vm, const char *utf8, Local<JSValueRef> value) in Set()
2794 Local<JSValueRef> ObjectRef::Get(const EcmaVM *vm, const char *utf8) in Get()
5172 bool JSNApi::KeyIsNumber(const char* utf8) in KeyIsNumber()