Home
last modified time | relevance | path

Searched refs:InternalFieldCount (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fxjs/
Dcfxjse_context.cpp121 ASSERT(hObject->InternalFieldCount() == 2); in FXJSE_UpdateObjectBinding()
133 if (hObject->InternalFieldCount() != 2) { in FXJSE_RetrieveObjectBinding()
139 if (hObject->InternalFieldCount() != 2) in FXJSE_RetrieveObjectBinding()
Dfxjs_v8.cpp32 if (pObj->InternalFieldCount() == 2) { in SetInObject()
40 if (pObj.IsEmpty() || pObj->InternalFieldCount() != 2 || in GetFromObject()
81 ASSERT(holder->InternalFieldCount() == 2); in CFXJS_ObjDefinition()
Dcfxjse_class.cpp50 ASSERT(info.Holder()->InternalFieldCount()); in V8ConstructorCallback_Wrapper()
/external/v8/include/
Dv8.h3571 int InternalFieldCount();
3574 V8_INLINE static int InternalFieldCount(
3576 return object.val_->InternalFieldCount();
6260 int InternalFieldCount();
/external/v8/src/
Dbootstrapper.cc5669 : global_proxy_template->InternalFieldCount()); in Genesis()
5790 global_proxy_template->InternalFieldCount()); in Genesis()
5812 global_proxy_template->InternalFieldCount()); in Genesis()
Dd8.cc248 if (object->InternalFieldCount() != 1) { in GetWorkerFromInternalField()
Dapi.cc1975 int ObjectTemplate::InternalFieldCount() { in InternalFieldCount() function in v8::ObjectTemplate
5903 int v8::Object::InternalFieldCount() { in InternalFieldCount() function in v8::v8::Object
6161 global_template->InternalFieldCount()); in CreateEnvironment()
/external/v8/
DChangeLog50414 SetInternalField in the API and moved InternalFieldCount and