Lines Matching defs:utf8
1401 Local<JSValueRef> MapRef::Get(const EcmaVM *vm, const char *utf8) in Get()
1420 void MapRef::Set(const EcmaVM *vm, const char *utf8, Local<JSValueRef> value) in Set()
1439 bool MapRef::Has(const EcmaVM *vm, const char *utf8) in Has()
1577 Local<JSValueRef> SendableMapRef::Get(const EcmaVM *vm, const char *utf8) in Get()
1596 void SendableMapRef::Set(const EcmaVM *vm, const char *utf8, Local<JSValueRef> value) in Set()
1615 bool SendableMapRef::Has(const EcmaVM *vm, const char *utf8) in Has()
2225 Local<StringRef> StringRef::NewFromUtf8(const EcmaVM *vm, const char *utf8, int length) in NewFromUtf8()
2240 Local<StringRef> StringRef::NewFromUtf8WithoutStringTable(const EcmaVM *vm, const char *utf8, int l… in NewFromUtf8WithoutStringTable()
2777 bool ObjectRef::Set(const EcmaVM *vm, const char *utf8, Local<JSValueRef> value) in Set()
2809 bool ObjectRef::SetWithoutSwitchState(const EcmaVM *vm, const char *utf8, Local<JSValueRef> value) in SetWithoutSwitchState()
2925 Local<JSValueRef> ObjectRef::Get(const EcmaVM *vm, const char *utf8) in Get()
5473 bool JSNApi::KeyIsNumber(const char* utf8) in KeyIsNumber()